-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Turn into a cookiecutter template #2
Conversation
At first, I was considering using cookiecutter private variables in order to sanitize inputs from the user. Although private variables are available in python -m pip install python -m pip install https://github.com/cookiecutter/cookiecutter/archive/refs/tags/2.0.2.tar.gz By the way, previous installation ships with wrong metadata, saying that installed version is |
a5ada4b
to
ae3f761
Compare
Preparing tox, GitHub actions and tests to speed up this using TDD. |
3f46c90
to
da9690c
Compare
Although the actions are setup, I see that the style checks are being running in implicit form inside the
|
ddfcc15
to
5d953b3
Compare
Cool, now code style is a separate job in the CI pipelines and is not executed twice in py37 testing environments. |
Following the culture from other projects in the organization, let me also include the |
While trying to add a check for the |
4e98746
to
33a1cc9
Compare
e68b8c0
to
6f8551d
Compare
8d96593
to
7502ec7
Compare
Just before merging:
|
c6227fa
to
69b24d7
Compare
69b24d7
to
21ad2a5
Compare
d67e331
to
1fcbbe6
Compare
Finally, this is ready for review, @akaszynski. We covered all the currently available building systems and tested those in deep (when possible). During the next days, we should expect feedback in the form of issues, enhancements or even bugs. |
Merging this! I did not squashed commits so we can properly point to outdated failing actions in order to report issues to third party libraries. |
* add scenery and node status view components * update dependencies * update import * fix linting issue? * fix style errors * fix another style error * attempt #2 * update pyproject.toml + Readme + License + tox (#264) * update pyproject.toml + Readme + License + tox * fix issue * fix issue * update the pyproject.toml * fix code style issue * add optislang-dash-lib package --------- Co-authored-by: Jerfried Boly <[email protected]>
This PR solves for #1. Several tasks need to be completed before this can be merged:
dev-dependencies
will be deprecated.PR Follow-up